GetFullAXTreeRequest

data class GetFullAXTreeRequest(max_depth: Int?)

Represents request frame that can be used with Accessibility#getFullAXTree operation call.

Fetches the entire accessibility tree for the root Document

See also

Constructors

GetFullAXTreeRequest
Link copied to clipboard
fun GetFullAXTreeRequest(max_depth: Int? = null)

Properties

max_depth
Link copied to clipboard
val max_depth: Int? = null
The maximum depth at which descendants of the root node should be retrieved.

Sources

jvm source
Link copied to clipboard